Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.computationalGeometry
/
dev.lounres.kone.computationalGeometry.curves
/
Ray2
Ray2
class
Ray2
<
N
>
(
val
start
:
Point2
<
N
>
,
val
direction
:
Vector2
<
N
>
)
:
Ray
<
N
>
(
source
)
Members
Constructors
Ray2
Link copied to clipboard
constructor
(
start
:
Point2
<
N
>
,
direction
:
Vector2
<
N
>
)
Properties
direction
Link copied to clipboard
open
override
val
direction
:
Vector2
<
N
>
start
Link copied to clipboard
open
override
val
start
:
Point2
<
N
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String